home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Interactive Reference Guide
/
C-C++ Interactive Reference Guide.iso
/
c_ref
/
csource3
/
115_01
/
readme.doc
< prev
next >
Wrap
Text File
|
1979-12-31
|
2KB
|
58 lines
.cm guide to the files on this disk
.cm source: readme.doc
.cm
.he 'readme.doc''December 18, 1981'
.fo ''-#-''
This file tells you how to use the files on this disk.
All documentation is contained on .DOC files.
These files may be run through a text formatter such as ROFF.
ROFF is NOT included on this disk, but it is available from
the BDS C Users Group.
The file install.doc tells you how to install
the screen editor on your CP/M system.
You must tailor the editor to your display and
printer before you can the editor.
The file guide.doc is the user's guide for
the editor.
This file is the best place to start learning
about the editor.
The file edsum.doc contains a summary of the
commands of the editor.
It is a concise reference guide.
The file module.doc
is intended only for people who want to make
changes to the editor or for people who want to
understand the internal workings of the editor.
If you just want to use the screen editor you
don't ever need to read this file.
The file module.doc tells how and why the
program was designed the way it was.
You MUST read this file if you intend to make
ANY changes to this program.
Failure to do so may result in suspension of your
hacker's license.
File ed.c and
files ed0.c through ed10.c contain sources for the editor.
These files are compiled using the small-C editor c80.com.
c80.com is version N of the compiler as distributed by
The Code Works (TM). It is in the public domain.
The source code for the compiler is NOT on this disk,
but is available either from The Code Works or from the
BDS C Users Group.
File config.c and files config1.c through config3.c
contain sources for the configuration program.
Note that the configuration program must be compiled
using c80str.com, not c80.com.
The program c80str.com is exactly the same as c80.com
except that c80str.com has a larger string space than
c80.com.